home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / gal210a3.zip / LANCEDOC.GAL < prev    next >
Text File  |  1989-04-13  |  5KB  |  127 lines

  1. .a js=y,nm=1;
  2.         &dThe%LANCELOT%Program  .jc
  3.  
  4.  
  5. &dINTRODUCTION .jr
  6.  
  7.  
  8. Lancelot is a Prose Analysis program.  It will check a document for pompous
  9. diction, libelous language, biased and gender-laden language, passive and wordy
  10. verb forms, and problem spelling words, among other things.
  11.  
  12.  
  13.              Main LANCELOT Menu .jc
  14.  
  15. To use LANCELOT simply enter the file name LANCELOT at the A: prompt.  You
  16. will be shown the following menu:
  17.  
  18. .i16
  19.           A. ANALYSIS of Document
  20.           B. ANALYSIS of Document to disk file
  21.  
  22.           C. DIRECTORY of default disk.
  23.           D. DIRECTORY of specified disk.
  24.  
  25.           Z. EXIT to MS-DOS
  26. .i
  27.  
  28.  
  29. Option A is used to analyze a document.  The results of the analysis is
  30. displayed on the screen.
  31.  
  32. Option B is used to analyze a document, as in option A, except the results of
  33. the analysis is sent to the disk file you specify.  Should you specify the disk
  34. file: prn.lst, the output will be printed on your printer.
  35.  
  36. Options C and D allow you to obtain the names of the files on the default disk
  37. drive, or on a different disk, respectively.
  38.  
  39.  
  40.  
  41.  
  42.     INTRODUCING THE LANGUAGE ANALYZER .JR
  43.  
  44.  
  45. .a js=n
  46. To use the analyzer, enter LANCELOT at the MS-DOS A> prompt.  Then   .i10
  47.  
  48. .u3 1. Select "A" on the main menu.
  49. .u3 2. Enter the name of the file you wish to analyze.
  50. .u3 3. Enter the name of an analysis program.  (The available programs are
  51. described below.)
  52. .i
  53.  
  54. .a js=y
  55. Note:  In steps 2 and 3 you can enter the name of a file from another disk by
  56. prefacing the file name with the drive specification (e.g. A: or B:).
  57.  
  58.  
  59.  
  60. &dAnalysis%Programs%Available
  61.  
  62. .i13
  63.  
  64. .u BIAS.ANA .t13 The BIAS program counts gender-linked pronouns (he, she, him,
  65. her) and reports totals.  It also checks for sometimes objectionable
  66. gender-specific nouns and suggests how these might be avoided.
  67.  
  68.  
  69. .u INDEX.ANA   .t13 The INDEX program determines whether a text is easy to read
  70. or difficult.  It calculates a Basic Style (BS) index by checking the text for
  71. sentence and word length, and for subordination, coordination verb complexity,
  72. and negation.  The index indicates how readable the text is likely to be.  A
  73. high number indicates a difficult text.  The BS index is roughly correlated
  74. with reading level.  For instance, a 12 would indicate that a reader would need
  75. at least a high school education.  In general students should strive for a low
  76. index.  However, the 1-5 range indicates primer prose of the "See Spot run"
  77. kind.  The program also reports on sentence length and the number of
  78. prepositions used.
  79.  
  80.  
  81. .u DICTION.ANA  .t13  The DICTION program checks for empty words and phrases,
  82. redundancies, cliches, and awkward constructions.  When a phrase is found in a
  83. text file, the program indicates what corrective action the user might take.
  84. Ultimately the user has the last say and, can choose to ignore the analyzer's
  85. advice.
  86.  
  87.  
  88. .u LIBEL.ANA .t13  The LIBEL program indicates words and phrases that might be
  89. deemed libelous, depending of course on the context in which they are used.
  90. The program is particularly appropriate to journalistic writing.
  91.  
  92.  
  93. .u PROBLEM.ANA .t13 The PROBLEM program indicates homonymns and words commonly
  94. confused.  These words frequently create spelling problems, but aren't always
  95. flagged by computerized spelling programs.   If such words appear in your text,
  96. PROBLEM will display a brief explanation of the word and the other word or
  97. words with which it is sometimes confused.
  98.  
  99.  
  100. .u SENTENCE.ANA .t13 The SENTENCE program isolates each sentence of a file for
  101. individual analysis.  It shows each sentence on the screen and suggests that
  102. the writer read it aloud.  It also provides messages when it detects potential
  103. problems in a sentence.
  104.  
  105.  
  106. .u PASSIVE.ANA  .t13 The PASSIVE program finds some of the more obvious passive
  107. and compound verbs in a text and suggests that the writer check to see if she
  108. can use a simpler, more active verb form.
  109.  
  110.  
  111. .u VERB.ANA .t13  The VERB program looks primarily at the forms of the "to be"
  112. verb.  It reports on how frequently the verb is used and where it functions as
  113. a helping verb.
  114. .I
  115.  
  116.  
  117. &dMaking%You%Own%Analysis%Programs
  118.  
  119.  
  120. You can create your own =.ANA files.  To do this see "Lancelot Documentation
  121. for Programming the Analyzer" in the file LANCEANA.DOC.
  122.  
  123. If you wish to learn more about the analysis files, you can look at them by
  124. using the Galahad word processor.  Simply load and edit a file using its name
  125. and the =.ana extension.  If you make changes to an analysis file, be careful
  126. to make backups.
  127.